home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / dosutils / twp100.zip / TWINST.RSP < prev    next >
Text File  |  1996-01-12  |  3KB  |  115 lines

  1. **--------------------------------------------------------------------------
  2. **
  3. ** Traveling Workplace
  4. **
  5. ** Sample Installation Response file
  6. **
  7. ** Copyright (C) SYNTEGRATION 1995, 1996 All rights reserved.
  8. **
  9. **
  10. ** Specifies parameters for use with TWINST.EXE in unattended mode.
  11. ** Blank lines or lines that start with an asterisk "*" are ignored.
  12. ** In general, all lines that do not contain a keyword are ignored.
  13. ** Whenever a YES or NO response is required you may substitue "1" for
  14. ** YES and "0" for NO
  15. **
  16. **--------------------------------------------------------------------------
  17.  
  18. **--------------------------------------------------------------------------
  19. **
  20. ** InstallFiles
  21. **
  22. **    Specifies that files are to be copied from the source directory
  23. **    to the target directory. Both the source and target directories
  24. **    must be given on the TWINST.EXE command line
  25. **
  26. **    Valid parameters:
  27. **
  28. **       Yes = Copy files (DEFAULT)
  29. **       1   = Copy files (DEFAULT)
  30. **       NO  = Do not copy files
  31. **       0   = Do not copy files
  32. **
  33. **--------------------------------------------------------------------------
  34.  
  35. InstallFiles = yes
  36.  
  37. **--------------------------------------------------------------------------
  38. **
  39. ** BuildObjects
  40. **
  41. **    Specifies that objects corresponding to the installed components
  42. **    should be created. The Objects will be created in
  43. **    "Traveling Workplace" folder.
  44. **
  45. **    Valid parameters:
  46. **
  47. **       YES = Create objects(DEFAULT)
  48. **       NO  = Do not create objects
  49. **
  50. **--------------------------------------------------------------------------
  51.  
  52. BuildObjects = yes
  53.  
  54. **--------------------------------------------------------------------------
  55. **
  56. ** TravelingWorkplace
  57. **
  58. **    Specifies whether the Traveling Workplace should be installed
  59. **
  60. **    Valid parameters:
  61. **
  62. **       YES = Install the Traveling Workplace (DEFAULT)
  63. **       NO  = Do not install
  64. **
  65. **--------------------------------------------------------------------------
  66.  
  67. TravelingWorkplace = yes
  68.  
  69.  
  70. *--------------------------------------------------------------------------
  71. **
  72. ** ObjectManager
  73. **
  74. **    Specifies that the object manager class should be registered
  75. **
  76. **    Valid parameters:
  77. **
  78. **       YES = Register the Object Manager (DEFAULT)
  79. **       NO  = Do not register the Object Manager
  80. **
  81. **--------------------------------------------------------------------------
  82.  
  83. ObjectManager = yes
  84.  
  85. **--------------------------------------------------------------------------
  86. **
  87. ** ObjectEditor
  88. **
  89. **    Specifies whether the Object Editor utility should be installed
  90. **
  91. **    Valid parameters:
  92. **
  93. **       YES = Install the Object Editor (DEFAULT)
  94. **       NO  = Do not install
  95. **
  96. **--------------------------------------------------------------------------
  97.  
  98. ObjectEditor = yes
  99.  
  100. **--------------------------------------------------------------------------
  101. **
  102. ** OnlineReference
  103. **
  104. **    Specifies whether on-line references should be installed
  105. **
  106. **    Valid parameters:
  107. **
  108. **       YES = Install the on-line references (DEFAULT)
  109. **       NO  = Do not install the on-line refernces
  110. **
  111. **--------------------------------------------------------------------------
  112.  
  113. OnlineReference = yes
  114.  
  115.